Interface symantec.itools.db.beans.brl.ValidationEventListener
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface symantec.itools.db.beans.brl.ValidationEventListener

public interface ValidationEventListener
extends EventListener
Listener interface for ValidationEvent

Version:
1.0, 10/09/98
Author:
Puru Balakrishnan

Method Index

 o validationFailed(ValidationEvent)
Method called when validation failed
 o validationSuccessful(ValidationEvent)
Method called when validation was successful

Methods

 o validationFailed
public abstract void validationFailed(ValidationEvent e)
Method called when validation failed

Parameters:
ValidationEvent - event object
 o validationSuccessful
public abstract void validationSuccessful(ValidationEvent e)
Method called when validation was successful

Parameters:
ValidationEvent - event object

All Packages  Class Hierarchy  This Package  Previous  Next  Index